home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / ftn / sin.z / sin
Encoding:
Text File  |  1998-10-30  |  4.5 KB  |  133 lines

  1.  
  2.  
  3.  
  4. SSSSIIIINNNN((((3333FFFF))))                                                                SSSSIIIINNNN((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      sin, dsin, qsin, csin, zsin, cqsin, sind, dsind, qsind - FORTRAN sine
  10.      intrinsic function
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      rrrreeeeaaaallll rrrr1111,,,, rrrr2222
  14.      ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn ddddpppp1111,,,, ddddpppp2222
  15.      rrrreeeeaaaallll****11116666 qqqqpppp1111,,,, qqqqpppp2222
  16.      ccccoooommmmpppplllleeeexxxx ccccxxxx1111,,,, ccccxxxx2222
  17.      ccccoooommmmpppplllleeeexxxx****11116666 ccccdddd1111,,,, ccccdddd2222
  18.      ccccoooommmmpppplllleeeexxxx****33332222 ccccqqqq1111,,,, ccccqqqq2222
  19.      rrrreeeeaaaallll****4444 rrrr3333,,,, rrrr4444
  20.      rrrreeeeaaaallll****8888 ddddpppp3333,,,, ddddpppp4444
  21.      rrrreeeeaaaallll****11116666 qqqqpppp3333,,,, qqqqpppp4444
  22.  
  23.      rrrr2222 ==== ssssiiiinnnn((((rrrr1111))))
  24.  
  25.      ddddpppp2222 ==== ddddssssiiiinnnn((((ddddpppp1111))))
  26.      ddddpppp2222 ==== ssssiiiinnnn((((ddddpppp1111))))
  27.  
  28.      qqqqpppp2222 ==== qqqqssssiiiinnnn((((qqqqpppp1111))))
  29.      qqqqpppp2222 ==== ssssiiiinnnn((((qqqqpppp1111))))
  30.  
  31.      ccccxxxx2222 ==== ccccssssiiiinnnn((((ccccxxxx1111))))
  32.      ccccxxxx2222 ==== ssssiiiinnnn((((ccccxxxx1111))))
  33.  
  34.      ccccdddd2222 ==== zzzzssssiiiinnnn((((ccccdddd1111))))
  35.      ccccdddd2222 ==== ssssiiiinnnn((((ccccdddd1111))))
  36.  
  37.      ccccqqqq2222 ==== ccccqqqqssssiiiinnnn((((ccccqqqq1111))))
  38.      ccccqqqq2222 ==== ssssiiiinnnn((((ccccqqqq1111))))
  39.  
  40.      rrrr4444 ==== ssssiiiinnnndddd((((rrrr3333))))
  41.  
  42.      ddddpppp4444 ==== ddddssssiiiinnnndddd((((ddddpppp3333))))
  43.      ddddpppp4444 ==== ssssiiiinnnndddd((((ddddpppp3333))))
  44.  
  45.      qqqqpppp4444 ==== qqqqssssiiiinnnndddd((((qqqqpppp3333))))
  46.      qqqqpppp4444 ==== ssssiiiinnnndddd((((qqqqpppp3333))))
  47.  
  48. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  49.      _s_i_n returns the real sine of its real argument.  _d_s_i_n returns the
  50.      double-precision sine of its double-precision argument.  _q_s_i_n returns the
  51.      real*16 sine of its real*16 argument.  _c_s_i_n returns the complex sine of
  52.      its complex argument.  _z_s_i_n returns the complex*16 sine of its complex*16
  53.      argument.  _c_q_s_i_n returns the complex*32 sine of its complex*32 argument.
  54.      The argument for these functions must be in radians and is treated modulo
  55.      2*Pi.
  56.  
  57.      The generic _s_i_n function becomes _d_s_i_n, _q_s_i_n, _c_s_i_n, _z_s_i_n, or _c_q_s_i_n as
  58.      required by argument type.
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. SSSSIIIINNNN((((3333FFFF))))                                                                SSSSIIIINNNN((((3333FFFF))))
  71.  
  72.  
  73.  
  74.      _s_i_n_d returns the real*4 sine of its real*4 argument.  _d_s_i_n_d returns the
  75.      real*8 sine of its real*8 argument, and _q_s_i_n_d returns the real*16 sine of
  76.      its real*16 argument.  The argument for _s_i_n_d, _d_s_i_n_d, and _q_s_i_n_d must be in
  77.      degrees and is treated as modulo 360.
  78.  
  79.      The generic _s_i_n_d function becomes _d_s_i_n_d or _q_s_i_n_d as required by argument
  80.      type.
  81.  
  82. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  83.      trig(3M).
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.